home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / PROGRAMM / PROGEDIT / 2285.ZIP / MANUALS.EXE / PRINTMAN.BAT < prev   
DOS Batch File  |  1990-09-13  |  890b  |  26 lines

  1. ECHO OFF
  2. CLS
  3. ECHO This batch file has been created to automatically print the
  4. ECHO documentation files MANUAL1.DOC and MANUAL2.DOC. These two
  5. ECHO files are the documentation for DGEDIT. The program PRINTDOC
  6. ECHO which will be run next, will by default presume that you have
  7. ECHO an EPSON compatible printer. If you want to suppress the special
  8. ECHO control codes because your printer does not support EPSON
  9. ECHO commands then you should press CTRL + C now and then run this
  10. ECHO batch file again, only this time provide a parameter /NC as
  11. ECHO shown here :-
  12. ECHO .
  13. ECHO .         PRINTMAN /NC
  14. ECHO .
  15. ECHO For more information on the PRINTDOC program and how to configure
  16. ECHO it to work with your printer you should read the file PRINTDOC.DOC
  17. ECHO .
  18. ECHO PLEASE ENSURE YOUR PRINTER IS READY OR PRESS CTRL + C TO ABORT PRINTING.
  19. PAUSE
  20. CLS
  21. PRINTDOC %1 <PRINTMAN
  22.  
  23.  
  24.  
  25.  
  26.